home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / mgr / sparcmgr / src.zoo / src / debug_flags.c < prev    next >
Encoding:
C/C++ Source or Header  |  1989-03-17  |  1.5 KB  |  47 lines

  1. /*                        Copyright (c) 1987 Bellcore
  2.  *                            All Rights Reserved
  3.  *       Permission is granted to copy or use this program, EXCEPT that it
  4.  *       may not be sold for profit, the copyright notice must be reproduced
  5.  *       on copies, and credit should be given to Bellcore where it is due.
  6.  *       BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
  7.  */
  8. /*    $Header: debug_flags.c,v 1.1 89/03/17 08:21:01 sau Exp $
  9.     $Source: /m1/mgr.new/src/RCS/debug_flags.c,v $
  10. */
  11. static char    RCSid_[] = "$Source: /m1/mgr.new/src/RCS/debug_flags.c,v $$Revision: 1.1 $";
  12.  
  13. /* Debug flags    (the duplicates are unfortunate) */
  14.  
  15. char *debug_flags[] = {
  16.     "*    fetching and saving bitmaps",
  17.     "A    Window alignment",
  18.     "B    creating and destroying bitmaps",
  19.     "B    setting bit-blit functions",
  20.     "B    button transitions",
  21.     "C    Cut/paste info",
  22.     "E    setting and clearing window modes",
  23.     "F    Calls to fastscroll",
  24.     "M    menu downloads",
  25.     "N    creating/destroying client windows",
  26.     "P    Pushing/popping environments",
  27.     "l    Select polling",
  28.     "S    Startup file operation",
  29.     "U    obscured window updates",
  30.     "b    keyboard meta-key operation",
  31.     "c    message events",
  32.     "d    window destruction",
  33.     "e    event handling",
  34.     "f    font management",
  35.     "i    requests for info",
  36.     "m    menu calling",
  37.     "n    new window creation",
  38.     "o    spacial window ordering/covering",
  39.     "p    data read from program destined for a window",
  40.     "s    shell creation",
  41.     "u    window space de-allocation",
  42.     "w    calls to put_window",
  43.     "y    yank/put buffer operation",
  44.     "y    saving bitmaps to files",
  45.     (char *) 0
  46.     };
  47.